Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Helm] Add support for ingressClassName #780

Closed
wants to merge 1 commit into from

Conversation

NiklasWagner
Copy link
Contributor

Signed-off-by: Niklas Wagner n.wagner@finatix.de

Changes proposed in this PR:

  • Add support for ingressClassName within the Helm Chart.

How I've tested this PR:

  • I run the helm template comannd locally with ingressClassName enabled and without it.
  • I've added test, hopefully they run just fine - cannot test them locally.

How I expect reviewers to test this PR:

  • Set ui.ingress.className and you should see the ingressClassName field within the Ingress object.

Checklist:

  • Tests added
  • CHANGELOG entry added

    HashiCorp engineers only, community PRs should not add a changelog entry.
    Entries should use present tense (e.g. Add support for...)

Signed-off-by: Niklas Wagner <n.wagner@finatix.de>
@hashicorp-cla
Copy link

hashicorp-cla commented Oct 12, 2021

CLA assistant check
All committers have signed the CLA.

@david-yu
Copy link
Contributor

Thank you @NiklasWagner! We'll make sure to review.

[ "${actual}" = "null" ]
}

@test "ui/Ingress: no ingressClassName by default" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the tests are complaining about a duplicate test name? Should this be "ui/Ingress: set ingressClassName to nginx"

@t-eckert t-eckert mentioned this pull request Dec 7, 2021
2 tasks
@t-eckert
Copy link
Contributor

t-eckert commented Dec 7, 2021

@NiklasWagner, I continued your work in this PR, making the changes we needed to merge it. We will be sure to merge it without squashing so you get contribution credit! Thank you so much for doing this work. I will close this PR.

@t-eckert t-eckert closed this Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants